Skip to main content

tsNetRetrError

Type

function

Summary

Returns the error message of a failed transfer.

Syntax

tsNetRetrError(<pConnectionID>)

Description

Returns the error message of a failed transfer.

Parameters

NameTypeDescription

pConnectionID

The identifier of the transfer to retrieve.

Examples

local tError
put tsNetRetrError("myConnID") into tError

Value

NameTypeDescription

return

The tsNetRetrError returns a string containing the error message explaining why the transfer failed. If the connection identifier is invalid, an error will be returned that starts with "tsneterr:".

library: tsNet

Compatibility and Support

Introduced

LiveCode 8.1

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?